Francois
04/16/2025, 5:43 PMKings_big💫
04/17/2025, 6:26 AMFrancois
04/17/2025, 1:32 PMcheck_job_status
.
- If `"status": "claimed"`:
- Say: “Great news! Technician {{technicianName}} is on the way to help you.”
- If `"status": "pending"`:
- Wait silently 5 seconds and retry (loop).
-
11. [Transfer the Call]
- Say: “Thanks for your patience. I’ll transfer you now to the technician.”
- Call the transferCall
function."
When the assistant first checks it gets this result:
"{
"results": [
{
"tool_call_id": "",
"result": {
"status": pending",
"technician_name": ""
}
}
]
}"
But then when the job get assigned this is the result:
"{
"results": [
{
"tool_call_id": "",
"result": {
"status": "claimed",
"technician_name": "John Brown"
}
}
]
}"
The assistant is not doing anything other than repeatedly calling the tool and saying Just a sec, Hold On... Its not saying the name of the tech or transferring the call. How can I resolve this?Francois
04/18/2025, 2:26 PMSahil
04/18/2025, 6:13 PMFrancois
04/30/2025, 2:39 PMFrancois
04/30/2025, 2:40 PMFrancois
04/30/2025, 2:41 PMKINGS BIG
04/30/2025, 8:28 PM